﻿2026-08-01T09:39:42.9594629Z ##[group]Run set -euo pipefail
2026-08-01T09:39:42.9594925Z [36;1mset -euo pipefail[0m
2026-08-01T09:39:42.9595144Z [36;1mPIN=0c95435[0m
2026-08-01T09:39:42.9595349Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-08-01T09:39:42.9595587Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-08-01T09:39:42.9595916Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-08-01T09:39:42.9596341Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-08-01T09:39:42.9596762Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-08-01T09:39:42.9597110Z [36;1m  rm -rf "$CACHE"[0m
2026-08-01T09:39:42.9597343Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-08-01T09:39:42.9597759Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-08-01T09:39:42.9598088Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-08-01T09:39:42.9598398Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-08-01T09:39:42.9598646Z [36;1mfi[0m
2026-08-01T09:39:42.9598915Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-08-01T09:39:42.9611287Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-01T09:39:42.9611569Z env:
2026-08-01T09:39:42.9611748Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-01T09:39:42.9612104Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30694163123-1-AnGNQS
2026-08-01T09:39:42.9612558Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30694163123-1-AnGNQS
2026-08-01T09:39:42.9612981Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30694163123-1-AnGNQS
2026-08-01T09:39:42.9613421Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30694163123-1-AnGNQS
2026-08-01T09:39:42.9613756Z ##[endgroup]
2026-08-01T09:39:43.2460285Z    Compiling proc-macro2 v1.0.106
2026-08-01T09:39:43.2460766Z    Compiling unicode-ident v1.0.24
2026-08-01T09:39:43.2461211Z    Compiling quote v1.0.45
2026-08-01T09:39:43.2461681Z    Compiling libc v0.2.186
2026-08-01T09:39:43.2462093Z    Compiling serde_core v1.0.228
2026-08-01T09:39:43.2462408Z    Compiling cfg-if v1.0.4
2026-08-01T09:39:43.2462660Z    Compiling serde v1.0.228
2026-08-01T09:39:43.2504804Z    Compiling log v0.4.32
2026-08-01T09:39:43.2565101Z    Compiling pin-project-lite v0.2.17
2026-08-01T09:39:43.2581693Z    Compiling typenum v1.20.1
2026-08-01T09:39:43.2641758Z    Compiling portable-atomic v1.13.1
2026-08-01T09:39:43.2694115Z    Compiling version_check v0.9.5
2026-08-01T09:39:43.2746306Z    Compiling memchr v2.8.1
2026-08-01T09:39:43.2747339Z    Compiling find-msvc-tools v0.1.9
2026-08-01T09:39:43.2807941Z    Compiling critical-section v1.2.0
2026-08-01T09:39:43.3138184Z    Compiling shlex v2.0.1
2026-08-01T09:39:43.3424383Z    Compiling futures-core v0.3.32
2026-08-01T09:39:43.3608709Z    Compiling subtle v2.6.1
2026-08-01T09:39:43.3940416Z    Compiling bytes v1.11.1
2026-08-01T09:39:43.5190155Z    Compiling smallvec v1.15.1
2026-08-01T09:39:43.5261392Z    Compiling equivalent v1.0.2
2026-08-01T09:39:43.5438842Z    Compiling itoa v1.0.18
2026-08-01T09:39:43.5487698Z    Compiling semver v1.0.28
2026-08-01T09:39:43.5577326Z    Compiling stable_deref_trait v1.2.1
2026-08-01T09:39:43.5921588Z    Compiling futures-io v0.3.32
2026-08-01T09:39:43.6060561Z    Compiling slab v0.4.12
2026-08-01T09:39:43.6220616Z    Compiling futures-sink v0.3.32
2026-08-01T09:39:43.6569072Z    Compiling futures-task v0.3.32
2026-08-01T09:39:43.7001086Z    Compiling generic-array v0.14.7
2026-08-01T09:39:43.7320960Z    Compiling rand_core v0.10.1
2026-08-01T09:39:43.7491673Z    Compiling hashbrown v0.17.1
2026-08-01T09:39:43.7830046Z    Compiling futures-channel v0.3.32
2026-08-01T09:39:43.7893835Z    Compiling rustversion v1.0.22
2026-08-01T09:39:43.8381306Z    Compiling rustc_version v0.4.1
2026-08-01T09:39:43.8890736Z    Compiling bitflags v2.12.1
2026-08-01T09:39:43.9010993Z    Compiling getrandom v0.4.2
2026-08-01T09:39:43.9111306Z    Compiling cpufeatures v0.2.17
2026-08-01T09:39:43.9190654Z    Compiling fnv v1.0.7
2026-08-01T09:39:43.9230718Z    Compiling cfg_aliases v0.2.1
2026-08-01T09:39:43.9857292Z    Compiling strsim v0.11.1
2026-08-01T09:39:43.9888077Z    Compiling litemap v0.8.2
2026-08-01T09:39:44.0058833Z    Compiling writeable v0.6.3
2026-08-01T09:39:44.0323299Z    Compiling utf8_iter v1.0.4
2026-08-01T09:39:44.1522809Z    Compiling ident_case v1.0.1
2026-08-01T09:39:44.1720868Z    Compiling icu_normalizer_data v2.2.0
2026-08-01T09:39:44.1890944Z    Compiling dunce v1.0.5
2026-08-01T09:39:44.2295556Z    Compiling fs_extra v1.3.0
2026-08-01T09:39:44.2340626Z    Compiling icu_properties_data v2.2.0
2026-08-01T09:39:44.2610351Z    Compiling percent-encoding v2.3.2
2026-08-01T09:39:44.2885496Z    Compiling autocfg v1.5.1
2026-08-01T09:39:44.2980295Z    Compiling http v1.4.1
2026-08-01T09:39:44.4590345Z    Compiling thiserror v2.0.18
2026-08-01T09:39:44.4664319Z    Compiling cpufeatures v0.3.0
2026-08-01T09:39:44.5250816Z    Compiling aws-lc-rs v1.17.0
2026-08-01T09:39:44.5482414Z    Compiling unicode-segmentation v1.13.3
2026-08-01T09:39:44.5890688Z    Compiling scopeguard v1.2.0
2026-08-01T09:39:44.6650793Z    Compiling indexmap v2.14.0
2026-08-01T09:39:44.6810413Z    Compiling syn v2.0.117
2026-08-01T09:39:44.6918355Z    Compiling lock_api v0.4.14
2026-08-01T09:39:44.7030534Z    Compiling chacha20 v0.10.0
2026-08-01T09:39:44.7460781Z    Compiling form_urlencoded v1.2.2
2026-08-01T09:39:44.7800643Z    Compiling untrusted v0.9.0
2026-08-01T09:39:44.8220673Z    Compiling rustls v0.23.40
2026-08-01T09:39:44.8344833Z    Compiling heck v0.5.0
2026-08-01T09:39:44.8861407Z    Compiling const-oid v0.10.2
2026-08-01T09:39:44.9931920Z    Compiling anyhow v1.0.102
2026-08-01T09:39:45.0101666Z    Compiling unicode-xid v0.2.6
2026-08-01T09:39:45.0158855Z    Compiling atomic-waker v1.1.2
2026-08-01T09:39:45.0252705Z    Compiling convert_case v0.10.0
2026-08-01T09:39:45.0420904Z    Compiling zerocopy v0.8.50
2026-08-01T09:39:45.0950963Z    Compiling paste v1.0.15
2026-08-01T09:39:45.1185644Z    Compiling parking_lot_core v0.9.12
2026-08-01T09:39:45.1212687Z    Compiling httparse v1.10.1
2026-08-01T09:39:45.1420496Z    Compiling jobserver v0.1.34
2026-08-01T09:39:45.1535841Z    Compiling num-traits v0.2.19
2026-08-01T09:39:45.1610978Z    Compiling hybrid-array v0.4.12
2026-08-01T09:39:45.2079095Z    Compiling curve25519-dalek v4.1.3
2026-08-01T09:39:45.3061159Z    Compiling ahash v0.8.12
2026-08-01T09:39:45.4248675Z    Compiling crypto-common v0.1.7
2026-08-01T09:39:45.4360504Z    Compiling block-buffer v0.10.4
2026-08-01T09:39:45.4681394Z    Compiling cc v1.2.63
2026-08-01T09:39:45.4738910Z    Compiling base64ct v1.8.3
2026-08-01T09:39:45.4772030Z    Compiling either v1.16.0
2026-08-01T09:39:45.4820642Z    Compiling fastrand v2.4.1
2026-08-01T09:39:45.4900712Z    Compiling powerfmt v0.2.0
2026-08-01T09:39:45.5290745Z    Compiling digest v0.10.7
2026-08-01T09:39:45.5607508Z    Compiling http-body v1.0.1
2026-08-01T09:39:45.6410255Z    Compiling deranged v0.5.8
2026-08-01T09:39:45.7060223Z    Compiling mio v1.2.1
2026-08-01T09:39:45.7150756Z    Compiling socket2 v0.6.4
2026-08-01T09:39:45.7191348Z    Compiling getrandom v0.2.17
2026-08-01T09:39:45.8043914Z    Compiling pem-rfc7468 v1.0.0
2026-08-01T09:39:45.9109386Z    Compiling rand_core v0.6.4
2026-08-01T09:39:45.9670854Z    Compiling rand v0.10.1
2026-08-01T09:39:46.0620622Z    Compiling uuid v1.23.2
2026-08-01T09:39:46.0710649Z    Compiling time-core v0.1.8
2026-08-01T09:39:46.0711491Z    Compiling data-encoding v2.11.0
2026-08-01T09:39:46.1410344Z    Compiling base64 v0.22.1
2026-08-01T09:39:46.1890669Z    Compiling vcpkg v0.2.15
2026-08-01T09:39:46.2040559Z    Compiling pkg-config v0.3.33
2026-08-01T09:39:46.2300467Z    Compiling try-lock v0.2.5
2026-08-01T09:39:46.2520466Z    Compiling tower-service v0.3.3
2026-08-01T09:39:46.3160358Z    Compiling num-conv v0.2.2
2026-08-01T09:39:46.3169994Z    Compiling tinyvec_macros v0.1.1
2026-08-01T09:39:46.3973465Z    Compiling zmij v1.0.21
2026-08-01T09:39:46.4220801Z    Compiling tinyvec v1.11.0
2026-08-01T09:39:46.4780488Z    Compiling want v0.3.1
2026-08-01T09:39:46.5570824Z    Compiling parking_lot v0.12.5
2026-08-01T09:39:46.6070803Z    Compiling crypto-common v0.2.2
2026-08-01T09:39:46.6560553Z    Compiling block-buffer v0.12.0
2026-08-01T09:39:46.6900692Z    Compiling sha2 v0.10.9
2026-08-01T09:39:46.6982429Z    Compiling inout v0.1.4
2026-08-01T09:39:46.8270466Z    Compiling vergen-lib v9.1.0
2026-08-01T09:39:46.8888078Z    Compiling n0-future v0.3.2
2026-08-01T09:39:46.8969836Z    Compiling signature v2.2.0
2026-08-01T09:39:46.9235307Z    Compiling winnow v1.0.3
2026-08-01T09:39:47.0140494Z    Compiling cmake v0.1.58
2026-08-01T09:39:47.0282355Z    Compiling parking v2.2.1
2026-08-01T09:39:47.1115705Z    Compiling httpdate v1.0.3
2026-08-01T09:39:47.1280302Z    Compiling crossbeam-utils v0.8.21
2026-08-01T09:39:47.1360015Z    Compiling cordyceps v0.3.4
2026-08-01T09:39:47.1380925Z    Compiling serde_json v1.0.150
2026-08-01T09:39:47.1442076Z    Compiling spin v0.10.0
2026-08-01T09:39:47.2110757Z    Compiling diatomic-waker v0.2.3
2026-08-01T09:39:47.2210549Z    Compiling futures-lite v2.6.1
2026-08-01T09:39:47.2980666Z    Compiling ed25519 v2.2.3
2026-08-01T09:39:47.3231154Z    Compiling cipher v0.4.4
2026-08-01T09:39:47.3632129Z    Compiling netlink-packet-core v0.8.1
2026-08-01T09:39:47.4244249Z    Compiling universal-hash v0.5.1
2026-08-01T09:39:47.4652103Z    Compiling futures-buffered v0.2.13
2026-08-01T09:39:47.4786976Z    Compiling vergen v9.1.0
2026-08-01T09:39:47.4990532Z    Compiling vergen-lib v0.1.6
2026-08-01T09:39:47.5150605Z    Compiling digest v0.11.3
2026-08-01T09:39:47.5310753Z    Compiling heapless v0.7.17
2026-08-01T09:39:47.5414137Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-01T09:39:47.5503993Z    Compiling noq-udp v0.10.0
2026-08-01T09:39:47.6720629Z    Compiling sync_wrapper v1.0.2
2026-08-01T09:39:47.6851112Z    Compiling allocator-api2 v0.2.21
2026-08-01T09:39:47.6899196Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-01T09:39:47.7163833Z    Compiling byteorder v1.5.0
2026-08-01T09:39:47.7558366Z    Compiling opaque-debug v0.3.1
2026-08-01T09:39:47.8010075Z    Compiling polyval v0.6.2
2026-08-01T09:39:47.8310601Z    Compiling vergen-gitcl v1.0.8
2026-08-01T09:39:47.8375399Z    Compiling spin v0.9.8
2026-08-01T09:39:47.8553299Z    Compiling fallible-iterator v0.3.0
2026-08-01T09:39:47.9399570Z    Compiling hash32 v0.2.1
2026-08-01T09:39:47.9825183Z    Compiling aws-lc-sys v0.41.0
2026-08-01T09:39:47.9957688Z    Compiling ring v0.17.14
2026-08-01T09:39:47.9980144Z    Compiling libsqlite3-sys v0.30.1
2026-08-01T09:39:47.9982026Z    Compiling num_threads v0.1.7
2026-08-01T09:39:48.0606785Z    Compiling ryu v1.0.23
2026-08-01T09:39:48.1610764Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-01T09:39:48.1695880Z    Compiling signature v3.0.0
2026-08-01T09:39:48.1774210Z    Compiling tower-layer v0.3.3
2026-08-01T09:39:48.2197030Z    Compiling time v0.3.47
2026-08-01T09:39:48.3097025Z    Compiling ghash v0.5.1
2026-08-01T09:39:48.3111606Z    Compiling sha2 v0.11.0-rc.5
2026-08-01T09:39:48.3380634Z    Compiling aes v0.8.4
2026-08-01T09:39:48.3710901Z    Compiling ctr v0.9.2
2026-08-01T09:39:48.3844417Z    Compiling fs2 v0.4.3
2026-08-01T09:39:48.4459689Z    Compiling http-body-util v0.1.3
2026-08-01T09:39:48.5044978Z    Compiling aead v0.5.2
2026-08-01T09:39:48.5703917Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-01T09:39:48.5887771Z    Compiling openssl-probe v0.2.1
2026-08-01T09:39:48.6170627Z    Compiling utf8parse v0.2.2
2026-08-01T09:39:48.6298833Z    Compiling arrayvec v0.7.6
2026-08-01T09:39:48.6722622Z    Compiling crossbeam-channel v0.5.15
2026-08-01T09:39:48.7080475Z    Compiling crossbeam-epoch v0.9.18
2026-08-01T09:39:48.7400452Z    Compiling blake3 v1.8.5
2026-08-01T09:39:48.8010497Z    Compiling netlink-packet-route v0.29.0
2026-08-01T09:39:48.8357134Z    Compiling memoffset v0.6.5
2026-08-01T09:39:48.9894940Z    Compiling aes-gcm v0.10.3
2026-08-01T09:39:49.0277632Z    Compiling acto v0.8.2
2026-08-01T09:39:49.0725140Z    Compiling noq v0.18.0
2026-08-01T09:39:49.1663963Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-01T09:39:49.2071425Z    Compiling netwatch v0.16.0
2026-08-01T09:39:49.2153107Z    Compiling rustix v1.1.4
2026-08-01T09:39:49.2449262Z    Compiling thiserror v1.0.69
2026-08-01T09:39:49.3156001Z    Compiling ref-cast v1.0.25
2026-08-01T09:39:49.4363263Z    Compiling mac-addr v0.3.0
2026-08-01T09:39:49.4808901Z    Compiling identity-hash v0.1.0
2026-08-01T09:39:49.4961022Z    Compiling tagptr v0.2.0
2026-08-01T09:39:49.5493837Z    Compiling sorted-index-buffer v0.2.1
2026-08-01T09:39:49.5791624Z    Compiling xml-rs v0.8.28
2026-08-01T09:39:49.5902005Z    Compiling lru-slab v0.1.2
2026-08-01T09:39:49.6372140Z    Compiling foldhash v0.2.0
2026-08-01T09:39:49.6629982Z    Compiling rustc-hash v2.1.2
2026-08-01T09:39:49.7761923Z    Compiling hashbrown v0.16.1
2026-08-01T09:39:49.8261366Z    Compiling netlink-packet-route v0.30.0
2026-08-01T09:39:49.8561295Z    Compiling errno v0.3.14
2026-08-01T09:39:49.8665469Z    Compiling ioctl-rs v0.1.6
2026-08-01T09:39:49.9740482Z    Compiling serial-core v0.4.0
2026-08-01T09:39:50.0020594Z    Compiling termios v0.2.2
2026-08-01T09:39:50.1223605Z    Compiling synstructure v0.13.2
2026-08-01T09:39:50.1347961Z    Compiling darling_core v0.20.11
2026-08-01T09:39:50.1911230Z    Compiling proc-macro-crate v3.5.0
2026-08-01T09:39:50.4030675Z    Compiling serde_derive_internals v0.29.1
2026-08-01T09:39:50.5468377Z    Compiling xmltree v0.10.3
2026-08-01T09:39:50.5552637Z    Compiling simple-dns v0.9.3
2026-08-01T09:39:50.5649360Z    Compiling aho-corasick v1.1.4
2026-08-01T09:39:50.6690534Z    Compiling simdutf8 v0.1.5
2026-08-01T09:39:50.7731120Z    Compiling arrayref v0.3.9
2026-08-01T09:39:50.7777822Z    Compiling smol_str v0.1.24
2026-08-01T09:39:50.7782040Z    Compiling toml_write v0.1.2
2026-08-01T09:39:50.8319750Z    Compiling signal-hook v0.3.18
2026-08-01T09:39:50.8697348Z    Compiling winnow v0.7.15
2026-08-01T09:39:50.9571593Z    Compiling constant_time_eq v0.4.2
2026-08-01T09:39:50.9795445Z    Compiling linux-raw-sys v0.12.1
2026-08-01T09:39:50.9949670Z    Compiling regex-syntax v0.8.10
2026-08-01T09:39:51.0050325Z    Compiling sha1_smol v1.0.1
2026-08-01T09:39:51.1590769Z    Compiling resolv-conf v0.7.6
2026-08-01T09:39:51.4779966Z    Compiling lru v0.16.4
2026-08-01T09:39:51.5830458Z    Compiling serial-unix v0.4.0
2026-08-01T09:39:51.6439945Z    Compiling darling_core v0.23.0
2026-08-01T09:39:51.6870769Z    Compiling signal-hook-registry v1.4.8
2026-08-01T09:39:51.9000432Z    Compiling serde_bytes v0.11.19
2026-08-01T09:39:52.1011089Z    Compiling hmac v0.12.1
2026-08-01T09:39:52.1178746Z    Compiling seize v0.5.1
2026-08-01T09:39:52.1861383Z    Compiling iroh v0.98.2
2026-08-01T09:39:52.2289796Z    Compiling dyn-clone v1.0.20
2026-08-01T09:39:52.2844228Z    Compiling serde_derive v1.0.228
2026-08-01T09:39:52.3373665Z    Compiling zeroize_derive v1.4.3
2026-08-01T09:39:52.4399129Z    Compiling tokio-macros v2.7.0
2026-08-01T09:39:52.5690550Z    Compiling zerofrom-derive v0.1.7
2026-08-01T09:39:52.9607689Z    Compiling zeroize v1.8.2
2026-08-01T09:39:53.1671149Z    Compiling tokio v1.52.3
2026-08-01T09:39:53.1780875Z    Compiling futures-macro v0.3.32
2026-08-01T09:39:53.2509894Z    Compiling yoke-derive v0.8.2
2026-08-01T09:39:53.4350672Z    Compiling zerovec-derive v0.11.3
2026-08-01T09:39:53.4790647Z    Compiling displaydoc v0.2.6
2026-08-01T09:39:53.5390588Z    Compiling tracing-attributes v0.1.31
2026-08-01T09:39:54.0298270Z    Compiling zerofrom v0.1.8
2026-08-01T09:39:54.1360998Z    Compiling rustls-pki-types v1.14.1
2026-08-01T09:39:54.2090311Z    Compiling futures-util v0.3.32
2026-08-01T09:39:54.3836395Z    Compiling thiserror-impl v2.0.18
2026-08-01T09:39:54.4830694Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-01T09:39:54.6480724Z    Compiling yoke v0.8.3
2026-08-01T09:39:54.8681543Z    Compiling zerotrie v0.2.4
2026-08-01T09:39:55.0131204Z    Compiling zerovec v0.11.6
2026-08-01T09:39:55.0693441Z    Compiling darling_macro v0.20.11
2026-08-01T09:39:55.2038520Z    Compiling derive_more-impl v2.1.1
2026-08-01T09:39:55.2406687Z    Compiling spez v0.1.2
2026-08-01T09:39:55.2760993Z    Compiling n0-error-macros v0.1.3
2026-08-01T09:39:55.5150287Z    Compiling darling v0.20.11
2026-08-01T09:39:55.5264019Z    Compiling der v0.8.0-rc.10
2026-08-01T09:39:55.5910442Z    Compiling derive_builder_core v0.20.2
2026-08-01T09:39:55.6571160Z    Compiling pin-project-internal v1.1.13
2026-08-01T09:39:55.9180420Z    Compiling tinystr v0.8.3
2026-08-01T09:39:56.1740785Z    Compiling icu_locale_core v2.2.0
2026-08-01T09:39:56.2310756Z    Compiling potential_utf v0.1.5
2026-08-01T09:39:56.3834476Z    Compiling icu_collections v2.2.0
2026-08-01T09:39:56.5581016Z    Compiling n0-error v0.1.3
2026-08-01T09:39:56.9890753Z    Compiling ed25519-dalek v2.2.0
2026-08-01T09:39:57.0571908Z    Compiling derive_builder_macro v0.20.2
2026-08-01T09:39:57.1240698Z    Compiling spki v0.8.0-rc.4
2026-08-01T09:39:57.1517573Z    Compiling pin-project v1.1.13
2026-08-01T09:39:57.2800813Z    Compiling spt-proto v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-01T09:39:57.3561019Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-01T09:39:57.3719865Z    Compiling icu_provider v2.2.0
2026-08-01T09:39:57.3865102Z    Compiling derive_builder v0.20.2
2026-08-01T09:39:57.4426498Z    Compiling cobs v0.3.0
2026-08-01T09:39:57.6743644Z    Compiling postcard-derive v0.2.2
2026-08-01T09:39:57.7980456Z    Compiling icu_properties v2.2.0
2026-08-01T09:39:57.8487821Z    Compiling icu_normalizer v2.2.0
2026-08-01T09:39:57.8660906Z    Compiling ipnet v2.12.0
2026-08-01T09:39:57.9735630Z    Compiling futures-executor v0.3.32
2026-08-01T09:39:57.9880924Z    Compiling ed25519 v3.0.0-rc.4
2026-08-01T09:39:58.2609491Z    Compiling prefix-trie v0.8.4
2026-08-01T09:39:58.2830545Z    Compiling futures v0.3.32
2026-08-01T09:39:58.5130399Z    Compiling once_cell v1.21.4
2026-08-01T09:39:58.5891727Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-01T09:39:58.6701161Z    Compiling rustls-native-certs v0.8.4
2026-08-01T09:39:58.7040559Z    Compiling tracing-core v0.1.36
2026-08-01T09:39:58.8870482Z    Compiling async-trait v0.1.89
2026-08-01T09:39:58.9797700Z    Compiling hashbrown v0.14.5
2026-08-01T09:39:59.0155414Z    Compiling data-encoding-macro v0.1.20
2026-08-01T09:39:59.0851112Z    Compiling num_enum_derive v0.7.6
2026-08-01T09:39:59.1090450Z    Compiling strum_macros v0.28.0
2026-08-01T09:39:59.1790597Z    Compiling tokio-util v0.7.18
2026-08-01T09:39:59.1877752Z    Compiling netlink-sys v0.8.8
2026-08-01T09:39:59.4040852Z    Compiling tracing v0.1.44
2026-08-01T09:39:59.4440616Z    Compiling idna_adapter v1.2.2
2026-08-01T09:39:59.5640459Z    Compiling idna v1.1.0
2026-08-01T09:39:59.7180633Z    Compiling derive_more v2.1.1
2026-08-01T09:39:59.7280633Z    Compiling hashlink v0.9.1
2026-08-01T09:39:59.7655108Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-01T09:39:59.7720735Z    Compiling tower v0.5.3
2026-08-01T09:39:59.7821402Z    Compiling postcard v1.1.3
2026-08-01T09:39:59.8820499Z    Compiling iroh-metrics-derive v0.4.1
2026-08-01T09:39:59.8945764Z    Compiling enum-assoc v1.3.0
2026-08-01T09:40:00.1720744Z    Compiling url v2.5.8
2026-08-01T09:40:00.1790575Z    Compiling rusqlite v0.32.1
2026-08-01T09:40:00.2131149Z    Compiling iroh-relay v0.98.0
2026-08-01T09:40:00.2710542Z    Compiling h2 v0.4.14
2026-08-01T09:40:00.3533083Z    Compiling num_enum v0.7.6
2026-08-01T09:40:00.3534915Z    Compiling tokio-stream v0.1.18
2026-08-01T09:40:00.4410950Z    Compiling iroh-metrics v0.38.3
2026-08-01T09:40:00.4600803Z    Compiling n0-watcher v0.6.1
2026-08-01T09:40:00.4791038Z    Compiling netlink-proto v0.12.0
2026-08-01T09:40:00.4920733Z    Compiling netdev v0.42.0
2026-08-01T09:40:00.5395350Z    Compiling moka v0.12.15
2026-08-01T09:40:00.5640786Z    Compiling toml_datetime v0.6.11
2026-08-01T09:40:00.7214500Z    Compiling serde_spanned v0.6.9
2026-08-01T09:40:00.7860620Z    Compiling ref-cast-impl v1.0.25
2026-08-01T09:40:00.8290641Z    Compiling thiserror-impl v1.0.69
2026-08-01T09:40:00.8518777Z    Compiling toml_edit v0.22.27
2026-08-01T09:40:00.9490943Z    Compiling webpki-roots v1.0.7
2026-08-01T09:40:01.0190643Z    Compiling regex-automata v0.4.14
2026-08-01T09:40:01.1165213Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-01T09:40:01.2081289Z    Compiling attohttpc v0.30.1
2026-08-01T09:40:01.3570688Z    Compiling tower-http v0.6.11
2026-08-01T09:40:01.7140837Z    Compiling spt-store v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-01T09:40:01.8667832Z    Compiling iroh-base v0.98.0
2026-08-01T09:40:01.9550778Z    Compiling strum v0.28.0
2026-08-01T09:40:02.0044152Z    Compiling schemars_derive v1.2.1
2026-08-01T09:40:02.0145300Z    Compiling bitflags v1.3.2
2026-08-01T09:40:02.0749844Z    Compiling pin-utils v0.1.0
2026-08-01T09:40:02.0840613Z    Compiling rustix v0.38.44
2026-08-01T09:40:02.1535804Z    Compiling cmov v0.5.4
2026-08-01T09:40:02.2098282Z    Compiling nix v0.25.1
2026-08-01T09:40:02.2362109Z    Compiling backon v1.6.0
2026-08-01T09:40:02.4469763Z    Compiling iroh-dns v0.98.0
2026-08-01T09:40:02.5040765Z    Compiling filedescriptor v0.8.3
2026-08-01T09:40:02.5290199Z    Compiling ctutils v0.4.2
2026-08-01T09:40:02.5950291Z    Compiling darling_macro v0.23.0
2026-08-01T09:40:02.7122891Z    Compiling papaya v0.2.4
2026-08-01T09:40:02.7325471Z    Compiling hkdf v0.12.4
2026-08-01T09:40:02.8950571Z    Compiling serial v0.4.0
2026-08-01T09:40:02.9780565Z    Compiling anstyle-parse v1.0.0
2026-08-01T09:40:02.9880506Z    Compiling vte_generate_state_changes v0.1.2
2026-08-01T09:40:03.1520722Z    Compiling instability v0.3.12
2026-08-01T09:40:03.1795776Z    Compiling colorchoice v1.0.5
2026-08-01T09:40:03.2040559Z    Compiling linux-raw-sys v0.4.15
2026-08-01T09:40:03.2636469Z    Compiling anstyle-query v1.1.5
2026-08-01T09:40:03.3160440Z    Compiling anstyle v1.0.14
2026-08-01T09:40:03.3238555Z    Compiling foldhash v0.1.5
2026-08-01T09:40:03.3320923Z    Compiling is_terminal_polyfill v1.70.2
2026-08-01T09:40:03.3401940Z    Compiling downcast-rs v1.2.1
2026-08-01T09:40:03.3502244Z    Compiling shell-words v1.1.1
2026-08-01T09:40:03.3955099Z    Compiling unicode-width v0.2.0
2026-08-01T09:40:03.4355239Z    Compiling vte v0.13.1
2026-08-01T09:40:03.4510660Z    Compiling hashbrown v0.15.5
2026-08-01T09:40:03.5020657Z    Compiling signal-hook-mio v0.2.5
2026-08-01T09:40:03.5545850Z    Compiling anstream v1.0.0
2026-08-01T09:40:03.5811070Z    Compiling darling v0.23.0
2026-08-01T09:40:03.6160378Z    Compiling spake2 v0.4.0
2026-08-01T09:40:03.6623746Z    Compiling toml v0.8.23
2026-08-01T09:40:03.7381401Z    Compiling terminal_size v0.4.4
2026-08-01T09:40:03.8870819Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-08-01T09:40:03.9570570Z    Compiling strum_macros v0.26.4
2026-08-01T09:40:03.9950864Z    Compiling regex v1.12.3
2026-08-01T09:40:04.1860938Z    Compiling schemars v1.2.1
2026-08-01T09:40:04.2702098Z    Compiling itertools v0.13.0
2026-08-01T09:40:04.5350458Z    Compiling sha1 v0.10.6
2026-08-01T09:40:04.7640461Z    Compiling castaway v0.2.4
2026-08-01T09:40:04.7920638Z    Compiling indoc v2.0.7
2026-08-01T09:40:04.8770711Z    Compiling static_assertions v1.1.0
2026-08-01T09:40:04.9520633Z    Compiling doctest-file v1.1.1
2026-08-01T09:40:05.0280707Z    Compiling unicode-width v0.1.14
2026-08-01T09:40:05.0621054Z    Compiling clap_lex v1.1.0
2026-08-01T09:40:05.3290852Z    Compiling clap_builder v4.6.0
2026-08-01T09:40:05.3490536Z    Compiling compact_str v0.8.2
2026-08-01T09:40:05.4510647Z    Compiling interprocess v2.4.2
2026-08-01T09:40:05.9940399Z    Compiling hyper v1.10.1
2026-08-01T09:40:06.3320627Z    Compiling unicode-truncate v1.1.0
2026-08-01T09:40:06.4350422Z    Compiling crossterm v0.28.1
2026-08-01T09:40:06.4602960Z    Compiling lru v0.12.5
2026-08-01T09:40:06.4905932Z    Compiling clap_derive v4.6.1
2026-08-01T09:40:06.6660616Z    Compiling portable-pty v0.8.1
2026-08-01T09:40:06.7330775Z    Compiling strum v0.26.3
2026-08-01T09:40:06.8750801Z    Compiling iana-time-zone v0.1.65
2026-08-01T09:40:06.8849094Z    Compiling cassowary v0.3.0
2026-08-01T09:40:06.9280960Z    Compiling nucleo-matcher v0.3.1
2026-08-01T09:40:07.1541397Z    Compiling chrono v0.4.45
2026-08-01T09:40:07.2863526Z    Compiling qrcode v0.14.1
2026-08-01T09:40:07.3168809Z    Compiling tempfile v3.27.0
2026-08-01T09:40:07.4600505Z    Compiling ratatui v0.29.0
2026-08-01T09:40:07.8370537Z    Compiling hyper-util v0.1.20
2026-08-01T09:40:08.4173411Z    Compiling spt-msg v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-01T09:40:08.5431201Z    Compiling clap v4.6.1
2026-08-01T09:40:08.7911725Z    Compiling spt-runtime v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-01T09:40:08.8320105Z    Compiling spt-term v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-01T09:40:10.0635547Z    Compiling igd-next v0.17.1
2026-08-01T09:40:11.2296233Z    Compiling portmapper v0.16.0
2026-08-01T09:40:12.3723472Z    Compiling spt-live v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-01T09:40:16.2436612Z    Compiling rustls-webpki v0.103.13
2026-08-01T09:40:18.6611197Z    Compiling tokio-rustls v0.26.4
2026-08-01T09:40:18.6611818Z    Compiling rustls-platform-verifier v0.7.0
2026-08-01T09:40:18.6612103Z    Compiling noq-proto v0.17.0
2026-08-01T09:40:18.8202768Z    Compiling hyper-rustls v0.27.9
2026-08-01T09:40:18.8203411Z    Compiling hickory-net v0.26.0-beta.4
2026-08-01T09:40:18.8203684Z    Compiling tokio-websockets v0.13.2
2026-08-01T09:40:18.9624768Z    Compiling reqwest v0.13.4
2026-08-01T09:40:19.8851470Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-01T09:40:34.1817440Z    Compiling spt-net v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-01T09:40:35.9167463Z    Compiling spt-daemon v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-01T09:40:46.7020885Z    Compiling spt v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-01T09:40:52.6643600Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 09s
2026-08-01T09:40:52.6862068Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-b8d3d9b303ae8c49)
2026-08-01T09:40:52.6874736Z 
2026-08-01T09:40:52.6874859Z running 1 test
2026-08-01T09:40:58.8791673Z test new_brain_serves_against_old_broker ... ok
2026-08-01T09:40:58.8791988Z 
2026-08-01T09:40:58.8792240Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-08-01T09:40:58.8792588Z 
